From: Glenn Morris Date: Thu, 9 Jan 2014 19:07:33 +0000 (-0500) Subject: Fix doc typo in previous X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~1589^2~31 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1e10b16150ad9875a9e844622ec9b1299be6eca4;p=emacs.git Fix doc typo in previous --- diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index 684133a7e1a..5c814b22b2d 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi @@ -525,7 +525,7 @@ comparison ignores case differences. This function returns non-@code{nil} if @var{suffix} is a suffix of @var{string}; i.e., if @var{string} ends with @var{suffix}. If the optional argument @var{ignore-case} is non-@code{nil}, the comparison -ignorescase differences. +ignores case differences. @end defun @defun compare-strings string1 start1 end1 string2 start2 end2 &optional ignore-case